home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000027_news@columbia.edu _Wed Aug 4 15:46:33 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA06943
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 4 Aug 1999 15:46:32 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA10123
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 4 Aug 1999 15:45:10 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: when are variables set?
  11. Date: 4 Aug 1999 19:45:09 GMT
  12. Organization: Columbia University
  13. Message-ID: <7oa585$9s8$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <jOYp3.620$cL1.1528@newsfeed.slurp.net>,
  17. Glenn Sherman <gsherman@no_spam.m20.net> wrote:
  18. : I am using K95 to telnet to a Qnx server.
  19. : I created a shortcut with the dialer (k95dial).
  20. : How can I (in the k95custom.ini file) know what the
  21. : name of the *.ksc file was ?
  22. : or how can I (in the k95custom.ini file) know what
  23. : kind of connection I am using.  It appears that the
  24. : variable \v(connection) isn't set until after k95.ini
  25. : is finished.
  26.  
  27. The order of processing is 
  28.  
  29.   k95.ini
  30.   k95custom.ini
  31.   dialer generated script
  32.  
  33. the dialer generated script in turn
  34.   loads the specified keymap script file
  35.   makes the connection
  36.   loads the specified login script file
  37.  
  38. so if there are things that you want done for a particular connection
  39. before the connection is made, place them in the keymap file.
  40.  
  41. if you want them done after the connection is made, place them in
  42. the login script file.
  43.  
  44.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  45.                  The Kermit Project * Columbia University
  46.               612 West 115th St #716 * New York, NY * 10025
  47.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org